DescribeUuidConfig
Description
queries whether the baseline check is enabled for the specified host assets.
Request Method
POST
Request Path
/apsara/route/aegis/DescribeUuidConfig
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
Uuid | BODY | string | No | No sample value for this parameter. | host asset UUID. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | no demo value | request ID. |
Data | struct | no demo value | Baseline check configuration, see the following parameter description for specific sub-items. |
Flag | string | no demo value | whether to enable baseline checking: add: indicates on. del: means no detection. |
Example
Successful Response example
{
"RequestId":"no demo value",
"Data":"no demo value",
"Flag":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}